Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V3 #419

Draft
wants to merge 83 commits into
base: main
Choose a base branch
from
Draft

V3 #419

wants to merge 83 commits into from

Conversation

mmaurello
Copy link
Contributor

No description provided.

ekenigs added 30 commits June 25, 2024 14:50
* MRL package setup

* MRL setup

* Reverted SetOptional removal
* Added spell check wit CSpell

* Migrated husky to lefthook

* Updated readme
* Fixed GMP message builder

* Changed to import type
Rihyx and others added 25 commits November 15, 2024 13:28
* update polkadot stuff

* --wip-- [skip ci]

* update @polkadot/apps-config

* update other deps

* change all packages to private false

* downgrade viem to 2.21.7

* Update package.json

* Update examples/mrl-simple/package.json

* Update examples/sdk-simple/package.json

* Update scripts/package.json
* update polkadot stuff

* sync deps

* fix deps

* put exact versions
* --wip-- [skip ci]

* fix getSourceData

* finish removing unused exports

* change pipeline

* remove unexisting type

* put broken type back
* adapt foreignAssets pallet queries and add snowbridge assets configurations

* fix snaps and linter
* -wip- adjustments after integration

* add setIsAutomatic data initializer and exclude relayer fee from min if not automatic

* add statusCallback param

* fixes in getMoonChainData

* adjust configs

* more adjustments

* change fantom rpc endpoint
* return computed origin account info in moonChainData for parachain to evm transactions

* fix in moonchain address

* add balance in moonbase beta

* remove unused import

* improve code comprehension

* add tests
* Ethereum, moonbeam and Hydration configurations

* remove unused vars

* add routes to index file

* moonbeam to ethereum configurations

* remove peaq routes for now

* xcm config adjustments and not throw error when amount is 0 in network fee and relayer fee
* adjustments in xcm configs and enable asset sorting in Xtokens TransferMultiCurrencies

* adjust bifrost token fees

* update snapshot

* add DOT as feeAsset in config for Moonbeam to AssetHub (#413)

* add DOT as feeAsset in config for Moonbeam to AssetHub

* change polkadot asset hub configs to use DOT for fees and write builder for new function
* clean mrl example

* adjust example flow

* reset value
Copy link

changeset-bot bot commented Jan 8, 2025

🦋 Changeset detected

Latest commit: 3fdc31b

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

💥 An error occurred when fetching the changed packages and changesets in this PR
Some errors occurred when validating the changesets config:
The package or glob expression "scripts" is specified in the `ignore` option but it is not found in the project. You may have misspelled the package name or provided an invalid glob expression. Note that glob expressions must be defined according to https://www.npmjs.com/package/micromatch.

Copy link

socket-security bot commented Jan 8, 2025

New, updated, and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@biomejs/[email protected] shell 0 195 kB dominionl
npm/@polkadot/[email protected] 🔁 npm/@polkadot/[email protected] Transitive: environment, filesystem, network +27 79.1 MB polkadotjs
npm/@polkadot/[email protected] 🔁 npm/@polkadot/[email protected] Transitive: environment, filesystem, network +32 76.8 MB polkadotjs
npm/@polkadot/[email protected] 🔁 npm/@polkadot/[email protected] Transitive: environment, eval, filesystem, network +321 416 MB polkadotjs
npm/@polkadot/[email protected] 🔁 npm/@polkadot/[email protected] None +8 11.7 MB polkadotjs
npm/@polkadot/[email protected] 🔁 npm/@polkadot/[email protected], npm/@polkadot/[email protected] None +9 4.05 MB polkadotjs
npm/@polkadot/[email protected] 🔁 npm/@polkadot/[email protected], npm/@polkadot/[email protected] None +9 3.2 MB polkadotjs
npm/@types/[email protected] None +2 2.31 MB types
npm/@wormhole-foundation/[email protected] Transitive: environment, filesystem, network +14 11.1 MB wormhole-ci
npm/@wormhole-foundation/[email protected] environment Transitive: filesystem, network +14 11.1 MB wormhole-ci
npm/@wormhole-foundation/[email protected] Transitive: environment, network +9 21.1 MB wormhole-ci
npm/@wormhole-foundation/[email protected] Transitive: environment, network +8 20.1 MB wormhole-ci
npm/@wormhole-foundation/[email protected] Transitive: environment, network +8 20.1 MB wormhole-ci
npm/[email protected] 🔁 npm/[email protected] None 0 17 kB robobun
npm/[email protected] network Transitive: environment, filesystem, unsafe +126 7.33 MB jason-dent
npm/[email protected] environment, shell 0 9.99 kB mrexox
npm/[email protected] None 0 804 kB isaacs
npm/[email protected] Transitive: environment, filesystem, unsafe +93 26 MB fold_left
npm/[email protected] filesystem Transitive: environment, unsafe +11 591 kB ts-unused-exports-user
npm/[email protected] eval, filesystem Transitive: environment, network, shell, unsafe +75 9.28 MB egoist
npm/[email protected] None 0 14.9 kB turbobot
npm/[email protected] None 0 22.4 MB typescript-bot
npm/[email protected] network Transitive: environment +12 19.9 MB jmoxey
npm/[email protected] environment, eval Transitive: filesystem, network, shell, unsafe +41 10.4 MB vitestbot
npm/[email protected] environment, network 0 147 kB lpinca

🚮 Removed packages: npm/@typescript-eslint/[email protected], npm/@typescript-eslint/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected]

View full report↗︎

mmaurello and others added 3 commits January 8, 2025 16:16
* modify xcm sdk usage page

* -wip- mrl sdk docs

* -wip- how to use mrl

* -wip- use mrl pag4e

* -wip- mrl reference

* -wip- xcm reference docs

* -wip- reference adjustments

* -wip- contribute pages

* -wip- contribute xcm

* add comment

* contribute mrl page

* fix references

* move mrl config to MRL interfaces

* handle most TODOs

* fix link

* add Asset routes docs

* move MoonChain interfaces to MRL file

* -wip- adapt home page with MRL package and delete old pages

* adjust sizing home page

* changes after final review

* fix lint error

* Update mkdocs/docs/contribute/mrl.md

Co-authored-by: Richard <[email protected]>

* Update mkdocs/docs/example-usage/xcm.md

Co-authored-by: elmar <[email protected]>

* Update mkdocs/docs/example-usage/xcm.md

Co-authored-by: elmar <[email protected]>

* Update mkdocs/docs/contribute/mrl.md

Co-authored-by: Richard <[email protected]>

* change cloning to forking and fix linting

* specify that chain keys are allowed

* adjust type logic to prevent function duplication and Type casting in Mrl Asset Routes

* fixes in docs and in imports

---------

Co-authored-by: Richard <[email protected]>
Co-authored-by: elmar <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants